object SaveAllWnd: TSaveAllWnd Left = 104 Top = 37 Width = 349 Height = 518 Caption = 'SaveAllWnd' Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate TextHeight = 20 object SaveAllPanel: TMRPanel Left = 0 Top = 0 Width = 341 Height = 486 Align = alClient BevelOuter = bvNone BevelWidth = 2 BorderWidth = 8 TabOrder = 0 BorderSides = [] Moveable = False CBorderStyle = cbsNone object Label3: TLabel Left = 8 Top = 132 Width = 325 Height = 20 Align = alTop Alignment = taCenter Caption = ' Folder (to place Image files in) ' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object Bevel3: TBevel Left = 8 Top = 72 Width = 325 Height = 8 Align = alTop Shape = bsTopLine end object Bevel4: TBevel Left = 8 Top = 118 Width = 325 Height = 14 Align = alTop Shape = bsBottomLine end object SaveAllDrive: TMRDriveCombobox Left = 8 Top = 152 Width = 325 Height = 26 DirList = SaveAllDirBox Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Moveable = False CBorderStyle = cbsNone Align = alTop end object SaveAllDirBox: TMRDirectoryListbox Left = 8 Top = 178 Width = 325 Height = 214 Align = alClient Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ItemHeight = 20 ParentFont = False TabOrder = 1 Moveable = False CBorderStyle = cbsNone end object SaveAllBtn: TMRBitBtn Left = 8 Top = 392 Width = 325 Height = 41 Caption = 'Save ' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = SaveAllBtnClick Kind = bkOK Moveable = False CBorderStyle = cbsNone Align = alBottom end object SaveAllCancel: TMRBitBtn Left = 8 Top = 433 Width = 325 Height = 45 Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = SaveAllCancelClick Kind = bkCancel Moveable = False CBorderStyle = cbsNone Align = alBottom end object SaveAllUseNumbers: TACheck Left = 8 Top = 80 Width = 325 Height = 21 Caption = 'Save All as numbers (0000001.bmp, etc)' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 4 Align = alTop end object SaveAllCopyAll: TMRRadioButton Left = 8 Top = 8 Width = 325 Height = 21 Caption = 'Copy All Files' Checked = True Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 5 TabStop = True Moveable = False CBorderStyle = cbsNone Align = alTop end object SaveAllUseBitmaps: TMRRadioButton Left = 8 Top = 51 Width = 325 Height = 21 Caption = 'Save all as bitmap files (*.BMP)' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 6 Moveable = False CBorderStyle = cbsNone Align = alTop end object SaveAllUseJpegs: TMRRadioButton Left = 8 Top = 29 Width = 325 Height = 22 Caption = 'Save all as JPEG files (*.JPG)' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 7 Moveable = False CBorderStyle = cbsNone Align = alTop end object SaveAllUpdateLinks: TACheck Left = 8 Top = 101 Width = 325 Height = 17 Caption = 'Replace file names in the frame-file list' Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 8 Align = alTop end end end